{ "version": 4, "terraform_version": "1.8.3", "serial": 368, "lineage": "297f040c-2aa6-708a-c1a6-0ecf353b0865", "outputs": { "db_endpoint": { "value": "db-0.eu-west-1.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-97e110b0b7ae307af", "ami": "ami-141f0bdf", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-70cb4cff"], "subnet_id": "subnet-5f55d417", "key_name": "prod-deploy-key" } } ] } ] }