{ "version": 4, "terraform_version": "1.6.4", "serial": 282, "lineage": "3457e3b7-0ae1-db8f-78ab-7d8a1fac6e7e", "outputs": { "db_endpoint": { "value": "db-3.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-19f9ef7653f50334d", "ami": "ami-d7049d4b", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-39089cec"], "subnet_id": "subnet-db5d8276", "key_name": "prod-deploy-key" } } ] } ] }