{ "version": 4, "terraform_version": "1.6.8", "serial": 512, "lineage": "e95fc881-0ddc-6d7f-d657-2ed977901da3", "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-8890f772c3d34fca8", "ami": "ami-525dbb15", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-0eed6f45"], "subnet_id": "subnet-5a865bea", "key_name": "prod-deploy-key" } } ] } ] }