{ "version": 4, "terraform_version": "1.6.6", "serial": 337, "lineage": "d699655c-ad89-c3a2-8623-ed95a99b4b37", "outputs": { "db_endpoint": { "value": "db-1.us-east-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-fd7a3e54f37159a3f", "ami": "ami-639fdcf6", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c912a3ab"], "subnet_id": "subnet-eb488446", "key_name": "prod-deploy-key" } } ] } ] }