{ "version": 4, "terraform_version": "1.8.3", "serial": 460, "lineage": "72721598-6dd6-6b53-7201-a756c3e6f184", "outputs": { "db_endpoint": { "value": "db-3.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-5e25eab8f0376d6e5", "ami": "ami-5dd5b0c9", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a2881697"], "subnet_id": "subnet-508b34e4", "key_name": "prod-deploy-key" } } ] } ] }