{ "version": 4, "terraform_version": "1.8.3", "serial": 267, "lineage": "99255224-aa67-e03a-ab1e-9f04abfc713a", "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-ddf4e5ba445b88eb0", "ami": "ami-4665110f", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-062330e3"], "subnet_id": "subnet-fbe010f6", "key_name": "prod-deploy-key" } } ] } ] }