{ "version": 4, "terraform_version": "1.7.3", "serial": 183, "lineage": "380c1fd2-25ef-6811-5947-d6499eebfc1a", "outputs": { "db_endpoint": { "value": "db-0.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-874554c7a35f66e9e", "ami": "ami-698d58de", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-3a5574a3"], "subnet_id": "subnet-fec1b61e", "key_name": "prod-deploy-key" } } ] } ] }