{ "version": 4, "terraform_version": "1.5.5", "serial": 504, "lineage": "48be95e7-4479-4243-4a26-31bc2a8bf3dc", "outputs": { "db_endpoint": { "value": "db-2.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-7f204593d4dfbdb88", "ami": "ami-20180a4a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e558c64f"], "subnet_id": "subnet-b564353e", "key_name": "prod-deploy-key" } } ] } ] }