{ "version": 4, "terraform_version": "1.6.0", "serial": 497, "lineage": "d15483f4-44f1-e5a8-4eda-39cadaffba1d", "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-e574a04e9385611b9", "ami": "ami-f0f5ce79", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-778a6313"], "subnet_id": "subnet-7647aa38", "key_name": "prod-deploy-key" } } ] } ] }