{ "version": 4, "terraform_version": "1.5.6", "serial": 409, "lineage": "802ef320-2b96-98e2-178b-22616540b7df", "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-bf38336430ad1f6f5", "ami": "ami-aa1e4601", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a07e3e2c"], "subnet_id": "subnet-f1154518", "key_name": "prod-deploy-key" } } ] } ] }