{ "version": 4, "terraform_version": "1.6.8", "serial": 376, "lineage": "e31a37d9-20a3-44a9-025f-cf6c0337fc87", "outputs": { "db_endpoint": { "value": "db-2.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-e47fb835fb8a1f65e", "ami": "ami-316bac13", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-dfbc8f9a"], "subnet_id": "subnet-c2a8cbd5", "key_name": "prod-deploy-key" } } ] } ] }