{ "version": 4, "terraform_version": "1.7.5", "serial": 199, "lineage": "ab373963-aead-5894-8db1-5ec858945b6c", "outputs": { "db_endpoint": { "value": "db-3.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-9d7cf9422eb07ef53", "ami": "ami-61619e42", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-46f223a4"], "subnet_id": "subnet-7367af56", "key_name": "prod-deploy-key" } } ] } ] }