{ "version": 4, "terraform_version": "1.6.1", "serial": 426, "lineage": "af0ba1aa-defd-c5af-8150-a4f787ab91b3", "outputs": { "db_endpoint": { "value": "db-1.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-8cd7d80e3f4d81ad9", "ami": "ami-d6b5c837", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-251ebc1f"], "subnet_id": "subnet-08b2b1d6", "key_name": "prod-deploy-key" } } ] } ] }