{ "version": 4, "terraform_version": "1.6.9", "serial": 270, "lineage": "41b6462a-364e-9792-46f2-0d6c627bb3e5", "outputs": { "db_endpoint": { "value": "db-4.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-1523bad5c503f8eb2", "ami": "ami-312ac5cf", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-7fa69fe7"], "subnet_id": "subnet-59bca1fe", "key_name": "prod-deploy-key" } } ] } ] }