{ "version": 4, "terraform_version": "1.6.2", "serial": 300, "lineage": "a31d910e-3c46-b913-bb53-633c4336eaa4", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.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-fd1040daa36c65ac1", "ami": "ami-ec6eb111", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-6d007593"], "subnet_id": "subnet-c70c64ab", "key_name": "prod-deploy-key" } } ] } ] }