{ "version": 4, "terraform_version": "1.6.4", "serial": 142, "lineage": "e0bcbd7b-e052-d54a-daac-3597e69f8dfc", "outputs": { "db_endpoint": { "value": "db-0.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-0eac25f99ad24088d", "ami": "ami-8b75205e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ab33b48b"], "subnet_id": "subnet-6bf79e30", "key_name": "prod-deploy-key" } } ] } ] }