{ "version": 4, "terraform_version": "1.5.4", "serial": 401, "lineage": "66c17faa-9741-0fb8-f829-843df57551a1", "outputs": { "db_endpoint": { "value": "db-2.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-df3c7ca4eb2e88968", "ami": "ami-4981dd28", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-cec1e171"], "subnet_id": "subnet-70188e2c", "key_name": "prod-deploy-key" } } ] } ] }