{ "version": 4, "terraform_version": "1.5.3", "serial": 573, "lineage": "6323c26b-564e-6ed8-d7ba-c55c723e1666", "outputs": { "db_endpoint": { "value": "db-4.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-2fc8c19d6c344670c", "ami": "ami-aa72c6fe", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c9896e2a"], "subnet_id": "subnet-b48bee15", "key_name": "prod-deploy-key" } } ] } ] }