{ "version": 4, "terraform_version": "1.8.9", "serial": 578, "lineage": "30b54c2b-dfa7-32f7-ad4a-ca9803b36d9d", "outputs": { "db_endpoint": { "value": "db-1.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-9db955e7f9c26594e", "ami": "ami-1e3413bd", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-b1ac64b1"], "subnet_id": "subnet-e059cf6c", "key_name": "prod-deploy-key" } } ] } ] }